From 311f9004e8cfa83602c50f4b942d3ca26f5e6f34 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 30 Apr 2009 14:34:15 +0100 Subject: [PATCH] Update Xen version for 3.4.0-rc4-pre --- Config.mk | 1 - xen/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Config.mk b/Config.mk index b3494fbc25..c1aa25ccd2 100644 --- a/Config.mk +++ b/Config.mk @@ -112,7 +112,6 @@ XEN_EXTFILES_URL=http://xenbits.xensource.com/xen-extfiles # the internet. The original download URL is preserved as a comment # near the place in the Xen Makefiles where the file is used. -QEMU_TAG=xen-3.4.0-rc3 QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git # Specify which qemu-dm to use. This may be `ioemu' to use the old diff --git a/xen/Makefile b/xen/Makefile index 2382bbd6f7..93374dcaf1 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -2,7 +2,7 @@ # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 3 export XEN_SUBVERSION = 4 -export XEN_EXTRAVERSION ?= .0-rc3$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .0-rc4-pre$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version -- 2.30.2